← Back to Stormify Documentation

PagedQuery

inline fun <T : Any> PagedQuery(): PagedQuery<T>

Creates a new PagedQuery for the reified entity type T.

val customers = PagedQuery<Customer>()
stormify.attach(customers)